xen.git
2005-09-23 kaf24@firebug... Make PAE defs in xg_private.h usable in both 32- and
2005-09-23 emellor@ewanAdd check for speed (takes 33 minutes on my laptop...
2005-09-23 Rusty RussellMake xenstored use tdb, transactions can soft-fail...
2005-09-23 Rusty RussellAdd check for speed (takes 33 minutes on my laptop...
2005-09-23 kaf24@firebug... Add VGA acceleration support for cirrus logic device...
2005-09-23 kaf24@firebug... Clean up xc_vmx_build():
2005-09-22 kaf24@firebug... Remove file from sparse tree.
2005-09-22 djm@kirby.fc... Minor drivers/xen changes and includes to support xenli...
2005-09-22 djm@kirby.fc... Merge latest xen-unstable into xen-ia64-unstable
2005-09-22 djm@kirby.fc... Patches and recipe to build an elilo.efi that will...
2005-09-22 emellor@ewanMove variable initialisation out of import section...
2005-09-22 emellor@ewanRename XendDomainInfo and DevController.getDomain to...
2005-09-22 emellor@ewanMove initDomain out of image.py and into XendDomainInfo...
2005-09-22 emellor@ewanAdded diagnostic message when RuntimeError is raised...
2005-09-22 emellor@ewanMerged.
2005-09-22 emellor@ewanA number of changes to get save-restore working again:
2005-09-22 kaf24@firebug... Fixes a vtpm timeout problem for slow machines.
2005-09-22 kaf24@firebug... Netfront/back always use grant tables now. This cleans...
2005-09-22 kaf24@firebug... Remove defunct usb split driver code. It will get repla...
2005-09-22 kaf24@firebug... Indentation cleanups in linux driver code.
2005-09-22 emellor@ewanMerged?
2005-09-22 djm@kirby.fc... Remove all CONFIG_VTI, VTI now works dynamically
2005-09-22 kaf24@firebug... A more comprehensive fix for mapping shared-ring grant
2005-09-22 emellor@ewanThis patch adds a check in xend that prevents a user...
2005-09-22 emellor@ewanVMX guest memory calculation in python code is corrupte...
2005-09-22 emellor@ewanthis patch fixes the bug that when "cpu" is not set...
2005-09-22 kaf24@firebug... This fixes the "make check" feature of xenstore to...
2005-09-21 jbulpin@paploo... Trivial spelling mistake fix.
2005-09-21 djm@kirby.fc... Minor change also needed in vcpu.c for guests to own...
2005-09-21 djm@kirby.fc... Another fix for handling ar.kr's
2005-09-21 djm@kirby.fc... Remove paravirtualization of ar.kr registers (may need...
2005-09-21 kaf24@firebug... This patch fixes a bug where raise_softirq(SCHEDULE_SOF...
2005-09-21 kaf24@firebug... Fix mapping of shared ring pages into backend drivers.
2005-09-21 djm@kirby.fc... Xenlinux/ia64 can't use xenlinux/x86 version of drivers...
2005-09-21 djm@kirby.fc... Build tweaks for xenlinux/ia64
2005-09-21 djm@kirby.fc... Start fleshing out -sparse tree for xenlinux/ia64
2005-09-21 emellor@ewanMerge.
2005-09-21 emellor@ewanSplit the configuration file parsing and xc dominfo...
2005-09-21 emellor@ewanDisable debugging-level output.
2005-09-21 emellor@ewanMatch change to the memory/target value, as it is now...
2005-09-21 emellor@ewanRemove unused DEBUG variable, and -d flag.
2005-09-21 emellor@ewanRemoved unused getLevel method, and don't use intermedi...
2005-09-21 emellor@ewanAdded diagnostic messages to the RuntimeError exception...
2005-09-21 emellor@ewanLots of minor changes to please pylint, including match...
2005-09-21 emellor@ewanOn one of pyxc_domain_getinfo's error paths, free the...
2005-09-21 kaf24@firebug... Some cleanup in tpm-related files.
2005-09-21 kaf24@firebug... Removes redundant/unnecessary __vmread/__vmwrite.
2005-09-21 kaf24@firebug... Parse vcpus for VMX guest.
2005-09-21 kaf24@firebug... Fix .hgignore and add missing vtpm patch file.
2005-09-20 djm@kirby.fc... Support files for building xenlinux-ia64 from -sparse...
2005-09-20 djm@kirby.fc... Clone of Christian's xen-unstable mkbuildtree patch...
2005-09-20 djm@kirby.fc... Fix dcr.pp and psr.pp support (non-VTI) so pfmon -...
2005-09-20 djm@kirby.fc... Get multiple domains working again
2005-09-20 emellor@ewanRemove unused variables and imports.
2005-09-20 emellor@ewandomain_setmaxmem takes an int, not a long, for the...
2005-09-20 emellor@ewanRemove extraneous semicolon.
2005-09-20 emellor@ewanMove definition of xc, to avoid confusing pylint.
2005-09-20 emellor@ewanRemove unused import.
2005-09-20 emellor@ewanMark unused variables as such. Remove unused import.
2005-09-20 emellor@ewanMove definition of xc variable, to save confusing pylint.
2005-09-20 emellor@ewanMark unused variable as such.
2005-09-20 emellor@ewanAdded debugging message to exception on write.
2005-09-20 kaf24@firebug... The vmx guest loading is broken from 6925 because of...
2005-09-20 kaf24@firebug... Fix __save_flags() to not complain when smp_processor_i...
2005-09-20 cl349@firebug... merge?
2005-09-20 cl349@firebug... Add support to build arch/ia64 xen kernels, also add...
2005-09-20 kaf24@firebug... Fix xenconsole when console page is >= 4GB.
2005-09-20 kaf24@firebug... Put_page on vmx_set_cr0 for multiple protected/real...
2005-09-20 cl349@firebug... merge?
2005-09-20 cl349@firebug... Fix vnc configuration issue for creating vmx guest.
2005-09-20 kaf24@firebug... Split up docs. Signed-off-by: Robb Romans <3r@us.ibm...
2005-09-20 kaf24@firebug... Add 64 bit support to the VTPM Tools plus do some minor...
2005-09-20 kaf24@firebug... Fix an operand size bug in the VMX MMIO decoder.
2005-09-20 kaf24@firebug... Dynamically generate the local apic entries in ACPI...
2005-09-19 kaf24@firebug... Add lomount to 'make uninstall' target. Remove miniterm,
2005-09-19 djm@kirby.fc... Merge vcpu phase 2
2005-09-19 kaf24@firebug... Clean up 'make uninstall' target.
2005-09-19 cl349@firebug... merge?
2005-09-19 cl349@firebug... Fix kernel users of xs_write as well.
2005-09-19 kaf24@firebug... Better gdb server documentation.
2005-09-19 kaf24@firebug... Do not build PAE by default. Reverts accidental previous
2005-09-19 kaf24@firebug... Fix xc_ptrace (live debug, not coredump debug) for...
2005-09-19 cl349@firebug... Fire watches once immediately upon registration.
2005-09-19 cl349@firebug... Fix one more usage of xs_write.
2005-09-19 cl349@firebug... Remove iflag argument to xs_write
2005-09-19 cl349@firebug... Make xs_mkdir an xs_rm idempotent.
2005-09-19 kaf24@firebug... Fix gdb build script.
2005-09-19 cl349@firebug... merge?
2005-09-19 cl349@firebug... merge?
2005-09-19 cl349@firebug... Don't do device create on domain recreate.
2005-09-19 emellor@ewanRevert accidental commit.
2005-09-19 emellor@ewanUse DevController.allocateDeviceID rather than using...
2005-09-19 emellor@ewanUse DevController.allocateDeviceID rather than using...
2005-09-19 kaf24@firebug... Re-indent libxc to avoid hard tabs. Also, fix the PAE
2005-09-19 cl349@firebug... Remove last remaining "import controller" occurences.
2005-09-19 cl349@firebug... merge?
2005-09-19 kaf24@firebug... Fix VMX domains not cleaning up properly, since some...
2005-09-19 kaf24@firebug... The domain structure maintains several shadow mode...
2005-09-18 emellor@ewanAdd and use XendDomainInfo.getBackendFlags to decouple...
2005-09-18 emellor@ewanChanged dangerous default parameter values where used...
next